2027 Method
Changes 0
M

Element.CanHaveTypeAssigned

Description:
Checks if all elements in the set can have a type assigned.
Overloads (2):
CanHaveTypeAssigned(Document,ICollection[ElementId])
public static bool CanHaveTypeAssigned(
	Document document,
	ICollection<ElementId> elementIds
)
  • document
    The document.
  • ICollection<ElementId>
    elementIds
    A collection of element IDs.
Return Value Boolean True if all elements in the set can have a type assigned, false otherwise.